PGFSharp : PGFSharp Namespace

Expr.Visitor<R> Generic Class

Documentation for this section has not yet been entered.

Syntax

public class Expr.Visitor<R> : Expr.IVisitor<R>

Type Parameters

R
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Properties

fVisitApplication Func<string, Expr[], R> . Documentation for this section has not yet been entered.
fVisitLiteralFlt Func<double, R> . Documentation for this section has not yet been entered.
fVisitLiteralInt Func<int, R> . Documentation for this section has not yet been entered.
fVisitLiteralStr Func<string, R> . Documentation for this section has not yet been entered.

Public Methods

VisitApplication (string, Expr[]) : R
Documentation for this section has not yet been entered.
VisitLiteralFloat (double) : R
Documentation for this section has not yet been entered.
VisitLiteralInt (int) : R
Documentation for this section has not yet been entered.
VisitLiteralString (string) : R
Documentation for this section has not yet been entered.

Member Details

Expr.Visitor Constructor

Documentation for this section has not yet been entered.

Syntax

public Expr.Visitor ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

fVisitApplication Property

Documentation for this section has not yet been entered.

Syntax

public Func<string, Expr[], R> fVisitApplication { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

fVisitLiteralFlt Property

Documentation for this section has not yet been entered.

Syntax

public Func<double, R> fVisitLiteralFlt { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

fVisitLiteralInt Property

Documentation for this section has not yet been entered.

Syntax

public Func<int, R> fVisitLiteralInt { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

fVisitLiteralStr Property

Documentation for this section has not yet been entered.

Syntax

public Func<string, R> fVisitLiteralStr { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

VisitApplication Method

Documentation for this section has not yet been entered.

Syntax

public R VisitApplication (string x1, Expr[] x2)

Parameters

x1
Documentation for this section has not yet been entered.
x2
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

VisitLiteralFloat Method

Documentation for this section has not yet been entered.

Syntax

public R VisitLiteralFloat (double x1)

Parameters

x1
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

VisitLiteralInt Method

Documentation for this section has not yet been entered.

Syntax

public R VisitLiteralInt (int x1)

Parameters

x1
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0

VisitLiteralString Method

Documentation for this section has not yet been entered.

Syntax

public R VisitLiteralString (string x1)

Parameters

x1
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: PGFSharp
Assembly: PGFSharp (in PGFSharp.dll)
Assembly Versions: 3.8.0.0